home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 11 / Hot Mix 11.iso / .all / bin / askWEB.sh_bak (.txt) next >
Text File  |  1995-07-13  |  581b  |  18 lines

  1. #!/bin/sh
  2.  
  3. case  `/usr/bin/X11/xconfirm -icon info -t "                 Netscape Navigator Client, 1.1IS" \
  4. -t "               ------------------------ " \
  5. -t " " \
  6. -t "Would you like to install this FREE version of Netscape Navigator " \
  7. -t "     Client at this time, there are applications on this CD " \
  8. -t "  that make use of this WEB Browser to present information ..." \
  9. -t " " \
  10. -t "If not, you can later install it through the Interface..." \
  11. -t " " \
  12. -t "Continue with the installation of Netscape on this system ?" -b No -B Yes`
  13. in 
  14.     Yes) echo 1 ;;
  15.      No) echo 0 ;;
  16. esac
  17.  
  18.